NumberPosition Enumeration

Represents the margin where line numbers appear.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum NumberPosition

Members

Left0 Page numbers appear on the left side of a page.
Right1 Page numbers appear on the right side of a page.
Inner2 Page numbers appear on the inner side of a page.
Outer3 Page numbers appear on the outer side of a page.
None4 None.

See Also